home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / trinitybbs20.lha / Update.Readme < prev    next >
Text File  |  1995-09-26  |  6KB  |  119 lines

  1.  
  2.  
  3.  
  4. Updating To Trinity BBS V2.0:
  5.  
  6.   You may only update version 1.9t to version 2.0.  If you have a later
  7.   version, install version 1.9t before attempting to update to v2.0.
  8.   
  9.   Step 1: Make sure no users are online and that all assignments have
  10.           been made (TRINITY:, CONFIGURATION: etc...)
  11.   Step 2: Run the program UpdateV19toV20  
  12.   Step 3: Run TrinityUtility and reconfigure all of your node configs
  13.           Note: See the info about modem configs below.
  14.   Step 4: Edit your BOOTBBS script by removing the run partyline line and
  15.           adding Run TrinityControl before loading/running any nodes.  Also
  16.           log files are now stored in a seperate directroy called logs. You
  17.           must add the assign logs: trinity:logs to the script.  See the
  18.           included example bootbbs script included in the archive.
  19.           Note: You can load nodes from TrinityControl as well but not
  20.           automaticly.  Also add the command run l:fifo-handler before
  21.           loading/running any node, otherwise the dos shell routine will
  22.           fail.
  23.   Step 5: Load Node 1 or Node 0 and go directly into SySop options and
  24.           reconfigure all of your access groups and make sure you update
  25.           users when it asks (this is due to all the new privilege flags)   
  26.   Step 6: Reboot your BBS and have fun! 
  27.  
  28. Most important new features/changes on version 2.0:
  29.  
  30. * A new module was created called TrinityControl.  This is the power house 
  31.   of all nodes.  It controls nodes as well as display usefull information of
  32.   what each user on each node is doing, how many posts, emails, uploads, 
  33.   and downloads they made this call, how much time left, and messages from
  34.   the nodes.  Control will also allow the SySop to view partyline and all
  35.   OLMS without having to logon.  TrinityControl makes commands to a node only 
  36.   if it is active(highlighted).  Use your mouse or arrow keys to highlight a 
  37.   a node.  Use menu items for commands and options.
  38.  
  39. * Signatures are now allowed in messages or email letters.  Users can edit    
  40.   their signatures via the editor or upload ansi signatures via xmodem from
  41.   the edit profile menu (if you allow them to). 
  42.  
  43. * The global menu ( '.' from almost anywhere) has a few new commands.
  44.   Time: User can now check how much time they have left from anywhere.
  45.   Avail: Users can now make themselfs unavaliable for OLMS without hiding.
  46.   Snoop: If the privilege flag is set the user can now snoop a node-- 
  47.          litterally see everything the user is doing, in other words all 
  48.          output is also sent to the node who is doing the snooping until
  49.          the ESC key is pressed.  OLMS will still go through to the
  50.          user who is snooping.  Note: node 0 or any node with a local login
  51.          can not be snooped.  Warning: do not attempt to snoop a user who is
  52.          also snooping you, this will cause a strange experience since you 
  53.          will get each others output-- it will be an endless loop of 
  54.          characters! 
  55.  
  56. * There is no longer init and offhook strings inside the node configuration
  57.   files.  A modem configuration file is used now instead.  This configuration
  58.   file will hold all command strings and result numeric codes for a particular
  59.   modem.  Default modem configuration files are included for 2400, 14.4, 28.8
  60.   Bps modems.  You may need to modify these files for your modem.  You will
  61.   include the modem configuration filename in the node configuration.  Trinity
  62.   will now respond baud rates correctly as long as the baud rate is defined
  63.   in the modem configuration file.  View DEFAULT144.modem file for an example.
  64.  
  65. * Many privilege flags have been created.  See Sysop options under edit user.
  66.   Almost every command/option in Trinity has a privilege flag required before 
  67.   the user will be able to enter or issue the command.
  68.  
  69. * The PARSER init character is no longer '@'.  It has been replace with  
  70.   CONTROL-Y or CONTROL-Q.  The reasons for the changes are: (1) To be more
  71.   compatible with CNET, (2) The @ was causing problems when users would for
  72.   instances type their internet email address.  When a user keys either of
  73.   the control characters an '@' will still be displayed.  Note, however the 
  74.   '@' is not actually stored and can not be used as the PARSER init.  It is
  75.   just displayed to the user for viewing purposes since some terminals do
  76.   not show CONTROL characters as anything visual.  A program called PARSER
  77.   is included in this archive that will modify your current TEXT and OLP
  78.   files to the new character.  The command line is PARSER <filename>.
  79.  
  80. * Several NEW AREXX commands were added for more compatibilty with CNET
  81.   AREXX pfiles.  Trinity supports all CNET specific AREXX commands 
  82.   except or with conditions to the following: (The file AREXX.DOC is a  
  83.   list of AREXX commands support by CNET)  
  84.  
  85.      BBSCOMMAND         For Trinity the only possible commands are what is 
  86.                         available on the global menu which is 1 character.  
  87.                         Trinity will take OLM because it will pull only the 
  88.                         'O'.  The same for TIME and WHO, so it still should 
  89.                         be compatible with most existing pfiles.
  90.  
  91.      GETUSER  >45       Trinity is compatble with GETUSER values 1-45
  92.                         Note: A Trinity specific value is 0 which returns
  93.                         the address to the nodebuf stucture.  Trinity will
  94.                         respond NULL to anything higher than 45.
  95.  
  96.      CHECKABORT         Trinity does not check for CTRL-C after every    
  97.                         output.  It only checks while displaying a file.
  98.                         For this reason this command is useless and not
  99.                         supported.
  100.  
  101.      GETSCRATCH         This can not be supported by Trinity.   
  102.  
  103.      LOADSCRATCH        This can not be supported by Trinity.
  104.  
  105.      PUTSCRATCH         This can not be supported by Trinity.
  106.  
  107.      PUTUSER            This can not be supported by Trinity.
  108.  
  109.      SAVESCRATCH        This can not be supported by Trinity.
  110.  
  111.      SELECTFILE         Not supported at this time.
  112.  
  113.      SETMINFREE         Not supported at this time.
  114.  
  115.      SETOBJECT          This can not be supported by Trinity.
  116.  
  117.   NOTE: Trinity BBS does very little error checking.  Sending bad values
  118.         can crash your BBS, so be very carefull.
  119.